home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / sport_2.zip / SPORTRTE.CTL < prev    next >
Text File  |  1991-09-26  |  5KB  |  123 lines

  1. ; SPORTRTE Mail Routing Control File (Mail Routing)
  2. ; (C) 1988-1991, Satore Center Software
  3. ; SPORT Version 1.40
  4. ;
  5. ; THIS IS A SAMPLE CONTROL FILE FOR DEMONSTRATION PURPOSES ONLY;
  6. ;
  7. ; <- Semicolon denotes a comment line
  8. ;
  9. ;
  10. ; In order to have SPORT route your mail intelligently, you will need to
  11. ; use the Intelligent Router (SPORTRTE.EXE) and this control file.  Both
  12. ; files must be located in your SPORT default directory.
  13. ;
  14. ; This sample control file provides a basic explanation of the commands
  15. ; you can use to route mail.  Notice that comment lines begin with a
  16. ; semi-colon and will be ignored by SPORT.  All valid command lines
  17. ; must begin in column one.
  18. ;
  19. ;
  20. ; Different parts of this control file can be activated at different times
  21. ; of the day.  Normally the Intelligent Router will try to act on each valid
  22. ; command in this file if the keyword TIMESLOT is not found.  However, if
  23. ; the keyword TIMESLOT is located, the Router will only act on lines
  24. ; following the TIMESLOT command if the system time is within the START and
  25. ; END hour arguments.  For example, if you used this statement:
  26. ;
  27. ;TIMESLOT 06 12
  28. ;
  29. ; the Router would only process commands following this command if the system
  30. ; clock was between the hours of 06:00 and 12:00.  It is very important to
  31. ; note that this time restriction REMAINS IN EFFECT until a new restriction
  32. ; is encountered (a new TIMESLOT command).   Should you wish all commands
  33. ; to ALWAYS be processed use this:
  34. ;
  35. ;TIMESLOT 00 24
  36. ;
  37. ; If you do not use a TIMESLOT command it is possible that your commands
  38. ; will not be processed or possibly not processed in the proper sequence.
  39. ; To avoid this, we suggest you always use the example TIMESLOT command
  40. ; above as the first line in your control file.
  41. ;
  42. ;TIMESLOT 00 05
  43. ;Hold 521010
  44. ;TIMESLOT 06 12
  45. ;Route 521010
  46. ;TIMESLOT 13 24
  47. ;Hold 521010
  48. ;
  49. ;
  50. ; The most basic command for the Intelligent Router is the ROUTE command.
  51. ; It has several variations:
  52. ;
  53. ;ROUTE 521010
  54. ;ROUTE 521010 TO JOEBLOW
  55. ;ROUTE 521010 HOLD
  56. ;HOLD 521010 (same meaning as the command above)
  57. ;ROUTE 521010 TO JOEBLOW HOLD
  58. ;
  59. ; First a word of explanation about routing.  To ROUTE a Flash Message means
  60. ; to move it from your inbound area (where it was received) to your outbound
  61. ; area (the SPORT default area) AND do something to it.  That "something"
  62. ; can be as simple as move it along (ROUTE 521010), put it on hold for
  63. ; the calling node to pick up (ROUTE 521010 HOLD), route it through to a
  64. ; different node altogether (ROUTE 521010 TO JOEBLOW) or route it through
  65. ; to another node but put it on hold to be picked up when that node calls
  66. ; (ROUTE 521010 TO JOEBLOW HOLD).  The key to how to route the Flash Message
  67. ; is contained in how this command line is constructed.  Study the examples
  68. ; above for the correct line contstruction.
  69. ;
  70. ; Now that you have routed mail, suppose you want to keep a copy of the
  71. ; mail you are passing along.  This can be accomplised using the IMPORT
  72. ; keyword.  Let's assume that we want to route a Flash Message from
  73. ; 5210/10 to JOEBLOW but we also want to keep a copy of it in our own
  74. ; SFlash Libary.  Here is the command sequence:
  75. ;
  76. ;IMPORT 521010*.*
  77. ;ROUTE 521010 TO JOEBLOW
  78. ;
  79. ; Notice that the IMPORT command takes standard DOS arguments.  In this
  80. ; way you can specify a range of Flash Messages to import (keep copies of)
  81. ; as they are routed through your system.
  82. ;
  83. ; So far, these commands have all operated on inbound mail by putting that
  84. ; mail in your outbound area and modifying it as you direct.  The Router
  85. ; also allows you to manipulate mail waiting to be sent.  This gives you
  86. ; added flexibility in scheduling mail, especially when used with the
  87. ; TIMESLOT keyword.  There are two important commands to allow you to
  88. ; manage mail waiting to be sent:
  89. ;
  90. ;MARKHOLD [filename]
  91. ;MARKSEND [filename]
  92. ;
  93. ; Like the IMPORT command above, these two commands take DOS filename
  94. ; commands and wildcards.  For example, to mark all mail to nodes
  95. ; beginning with the character string "MIKE" as hold, do the following:
  96. ;
  97. ;MARKHOLD MIKE*.*
  98. ;
  99. : To mark all mail to be held use:
  100. ;MARKHOLD *.*
  101. ;
  102. ; To mark all mail ready to send, use:
  103. ;
  104. ;MARKSEND *.*
  105. ;
  106. ; As you can see, using these two commands in conjunction with the keyword
  107. ; TIMESLOT, you can manage which mail is sent during specific times.
  108. ;
  109. ; Finally, you also have the capability to issue a DOS command directly
  110. ; from this control file.  To do so, use this keyword:
  111. ;
  112. ;DOS=[doscommand]
  113. ;
  114. ; Please notice that there are no spaces between the "DOS" and the commmand
  115. ; you wish to execute.  The ONLY valid seperator is an equal sign.  The
  116. ; format of this command must be exact and the DOS command must be a valid
  117. ; one for the Intelligent Router to process it.
  118. ;
  119. ;
  120. ; Now... it's time to construct your own control file...
  121. ;
  122. ;MARKHOLD *.*
  123.